1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Move scripts into bin directory

This commit is contained in:
Hongli Lai (Phusion)
2014-07-13 00:14:52 +02:00
parent 73d900dece
commit 75902437c9
5 changed files with 3 additions and 3 deletions

View File

@@ -7,4 +7,4 @@ set -x
$minimal_apt_get_install curl less nano vim psmisc
## This tool runs a command as another user and sets $HOME.
cp /build/setuser /sbin/setuser
cp /build/bin/setuser /sbin/setuser