diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-30 15:23:54 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-30 15:23:54 +0200 |
commit | b38cdcbf39edbbe7687443f1a22a356321b068c1 (patch) | |
tree | 576d1bcab50fd88f3b45e8b47c97134d836196f0 /arch-up | |
parent | 7b3b6fc23baab2083e760db3fc85c7497988681c (diff) | |
download | bin-b38cdcbf39edbbe7687443f1a22a356321b068c1.zip bin-b38cdcbf39edbbe7687443f1a22a356321b068c1.tar.gz |
arch-up: stop /opt/e17 dangerous cleanning
Diffstat (limited to 'arch-up')
-rwxr-xr-x | arch-up | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ function update_makepkg () { function update_e17() { run "easy_e17.sh -u -m --sudopwd=$PASSWD $@" - sudo_run "find /opt/e17 -mtime +30 ! -type d -exec rm '{}' \;" + # sudo_run "find /opt/e17 -mtime +30 ! -type d -exec rm '{}' \;" if [ -e ~/local/eperiodique ]; then cd ~/local/eperiodique if [ $(git pull | grep Already | wc -l) -ne 1 ]; then |