Commit 972e6f80 authored by Kenneth Reitz's avatar Kenneth Reitz

test

parent aeb7ef39
...@@ -69,7 +69,10 @@ TMP_APP_DIR=$CACHE_DIR/tmp_app_dir ...@@ -69,7 +69,10 @@ TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
ls -a $APP_DIR ls -a $APP_DIR
ls -a $APP_DIR/tmp ls -a $APP_DIR/tmp
mv $APP_DIR/tmp /tmp/apptmp
echo 'touching things...'
touch $app_dir/tmp/newfile
mkdir -p $app_dir/tmp/newdir
# Copy Anvil app dir to temporary storage... # Copy Anvil app dir to temporary storage...
mkdir -p $TMP_APP_DIR mkdir -p $TMP_APP_DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment