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:
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user