Shell script can't find other files when launched on login (Debian Linux) -


so have script launched on login via rc.local. script calls few other scripts launched , ran. console says file and/or directories not found. when run script manually after login works fine. have tried add small delay know system logged in. idea why , how fix it?

sorry if answer bit vague understand scripts require run via admin privileges. let me elaborate, when system starts runs set of specific scripts , differs distro distro. therefore, i'd check ~/.bashrc /etc/profile.dand importantly ~/.bash_login. see can there. added here ~/.config/autostart worked fine. don't forget create .desktop file.

hope helps


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -