Update typo in run.sh

Fixed typo /musics to /music
This commit is contained in:
Morten Abildgaard
2017-08-08 18:26:52 -05:00
committed by Andrew DeMaria
parent 8f9872247c
commit ab5fd489f4
+1 -1
View File
@@ -17,7 +17,7 @@ if [[ $# -lt 1 ]] || [[ ! "$1" == "java"* ]]; then
-Dserver.port=$AIRSONIC_PORT \
-Dserver.contextPath=/ \
-Dairsonic.home=$AIRSONIC_DIR/data \
-Dairsonic.defaultMusicFolder=$AIRSONIC_DIR/musics \
-Dairsonic.defaultMusicFolder=$AIRSONIC_DIR/music \
-Dairsonic.defaultPodcastFolder=$AIRSONIC_DIR/podcasts \
-Dairsonic.defaultPlaylistFolder=$AIRSONIC_DIR/playlists \
-Djava.awt.headless=true \