mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
modified setuser to use Python3 (default on 14.04)
This commit is contained in:
committed by
Hongli Lai (Phusion)
parent
5cfdd42d4b
commit
d3d4b6124a
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
import sys, os, pwd
|
import sys, os, pwd
|
||||||
|
|
||||||
if len(sys.argv) < 3:
|
if len(sys.argv) < 3:
|
||||||
|
|||||||
Reference in New Issue
Block a user