1
0
mirror of /repos/baseimage-docker.git synced 2025-12-31 08:11:29 +01:00

modified setuser to use Python3 (default on 14.04)

This commit is contained in:
mpeterson 2014-05-10 12:33:36 +00:00 committed by Hongli Lai (Phusion)
parent 5cfdd42d4b
commit d3d4b6124a

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
import sys, os, pwd
if len(sys.argv) < 3: