diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-08 14:38:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-08 14:38:54 +0000 |
commit | b726a89bd3aa5067ceb81ddf95ae0e3ae61f770c (patch) | |
tree | 0ea25423c27ca47356036f1375eabc6327e890c5 /scripts | |
parent | e3d662350d15cf36c3e9d97ab30eb23e5dd58e39 (diff) |
minor cleanup
svn path=/trunk/; revision=5510
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/prep-auto-build-upload | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/prep-auto-build-upload b/scripts/auto-build/prep-auto-build-upload index 672703be..11b48efa 100755 --- a/scripts/auto-build/prep-auto-build-upload +++ b/scripts/auto-build/prep-auto-build-upload @@ -16,5 +16,5 @@ chown -R root.root "${BUILD_ROOT}" >> $LOGFILE 2>&1 mkdir "${TODAYS_ROOT}" >> $LOGFILE 2>&1 chown nobody.nogroup "${TODAYS_ROOT}" >> $LOGFILE 2>&1 -chown -R pd /home/pd >> $LOGFILE 2>&1 -chmod -R u+rw /home/pd >> $LOGFILE 2>&1 +chown -R pd.pd /home/pd/ >> $LOGFILE 2>&1 +chmod -R u+rw /home/pd/ >> $LOGFILE 2>&1 |