testing after making script executable

This commit is contained in:
notnull 2023-11-02 19:26:23 -04:00
parent 8f29207b92
commit cb60ff7f5b

View File

@ -73,7 +73,6 @@ Not sure what this does. I just commented it out and added:
I guess the only remaining thing to do is try it! I guess the only remaining thing to do is try it!
## Dealing with errors ## Dealing with errors
### there are unstashed changes in website directory ### there are unstashed changes in website directory
@ -108,3 +107,7 @@ I'll try changing it to use &&
and the update-script is what the git hook runs. whoops! and the update-script is what the git hook runs. whoops!
For now I'm going to just pull it once from the website directory. For now I'm going to just pull it once from the website directory.
### script permissions
I realized that the script was not executable so i fixed this, then pulled from teh remote repository again