mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix to enter target path first https://www.virtualmin.com/comment/804282
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Update webmin/usermin to the latest develop version from GitHub repo
|
||||
# inspired by authentic-theme/theme-update.sh script, thanks @rostovtsev
|
||||
#
|
||||
VERS="1.6.7, 2018-08-23"
|
||||
VERS="1.6.8, 2018-10-30"
|
||||
#
|
||||
COPY=" Kay Marquardt <kay@rrr.de> https://github.com/gnadelwartz"
|
||||
#############################################################################
|
||||
@@ -277,7 +277,10 @@ fi
|
||||
|
||||
################
|
||||
# here we go
|
||||
|
||||
|
||||
# Enter to the dir first - important if run from different location
|
||||
cd ${DIR}
|
||||
|
||||
# remove temporary files from failed run
|
||||
rm -rf .~files
|
||||
# pull source from github
|
||||
|
||||
Reference in New Issue
Block a user